﻿2026-06-23T04:44:26.2096554Z ##[group]Run set -euo pipefail
2026-06-23T04:44:26.2096981Z [36;1mset -euo pipefail[0m
2026-06-23T04:44:26.2097249Z [36;1mPIN=0c95435[0m
2026-06-23T04:44:26.2097501Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-23T04:44:26.2097792Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-23T04:44:26.2098182Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-23T04:44:26.2098678Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-23T04:44:26.2099273Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-23T04:44:26.2099671Z [36;1m  rm -rf "$CACHE"[0m
2026-06-23T04:44:26.2100024Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-23T04:44:26.2100378Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-23T04:44:26.2100754Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-23T04:44:26.2101145Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-23T04:44:26.2101623Z [36;1mfi[0m
2026-06-23T04:44:26.2101937Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-23T04:44:26.2116800Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-23T04:44:26.2117154Z env:
2026-06-23T04:44:26.2117392Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-23T04:44:26.2117665Z ##[endgroup]
2026-06-23T04:44:26.4900706Z    Compiling proc-macro2 v1.0.106
2026-06-23T04:44:26.4901443Z    Compiling unicode-ident v1.0.24
2026-06-23T04:44:26.4901924Z    Compiling quote v1.0.45
2026-06-23T04:44:26.4902258Z    Compiling libc v0.2.186
2026-06-23T04:44:26.4902782Z    Compiling serde_core v1.0.228
2026-06-23T04:44:26.4903187Z    Compiling cfg-if v1.0.4
2026-06-23T04:44:26.4903461Z    Compiling serde v1.0.228
2026-06-23T04:44:26.4926700Z    Compiling log v0.4.32
2026-06-23T04:44:26.5035290Z    Compiling pin-project-lite v0.2.17
2026-06-23T04:44:26.5074345Z    Compiling portable-atomic v1.13.1
2026-06-23T04:44:26.5129521Z    Compiling typenum v1.20.1
2026-06-23T04:44:26.5189586Z    Compiling version_check v0.9.5
2026-06-23T04:44:26.5190684Z    Compiling memchr v2.8.1
2026-06-23T04:44:26.5191689Z    Compiling critical-section v1.2.0
2026-06-23T04:44:26.5242559Z    Compiling shlex v2.0.1
2026-06-23T04:44:26.5490925Z    Compiling find-msvc-tools v0.1.9
2026-06-23T04:44:26.5901081Z    Compiling bytes v1.11.1
2026-06-23T04:44:26.6034269Z    Compiling subtle v2.6.1
2026-06-23T04:44:26.6423606Z    Compiling futures-core v0.3.32
2026-06-23T04:44:26.7601030Z    Compiling equivalent v1.0.2
2026-06-23T04:44:26.7704264Z    Compiling smallvec v1.15.1
2026-06-23T04:44:26.7781007Z    Compiling itoa v1.0.18
2026-06-23T04:44:26.8015009Z    Compiling semver v1.0.28
2026-06-23T04:44:26.8486617Z    Compiling stable_deref_trait v1.2.1
2026-06-23T04:44:26.8571714Z    Compiling slab v0.4.12
2026-06-23T04:44:26.8729903Z    Compiling futures-sink v0.3.32
2026-06-23T04:44:26.9040076Z    Compiling futures-io v0.3.32
2026-06-23T04:44:26.9171307Z    Compiling futures-task v0.3.32
2026-06-23T04:44:26.9710913Z    Compiling futures-channel v0.3.32
2026-06-23T04:44:27.0140601Z    Compiling generic-array v0.14.7
2026-06-23T04:44:27.0506907Z    Compiling bitflags v2.12.1
2026-06-23T04:44:27.0636867Z    Compiling rustversion v1.0.22
2026-06-23T04:44:27.0673725Z    Compiling hashbrown v0.17.1
2026-06-23T04:44:27.0720513Z    Compiling cpufeatures v0.2.17
2026-06-23T04:44:27.0721919Z    Compiling fnv v1.0.7
2026-06-23T04:44:27.1041015Z    Compiling rand_core v0.10.1
2026-06-23T04:44:27.1779417Z    Compiling rustc_version v0.4.1
2026-06-23T04:44:27.1952576Z    Compiling cfg_aliases v0.2.1
2026-06-23T04:44:27.2044123Z    Compiling strsim v0.11.1
2026-06-23T04:44:27.2270769Z    Compiling litemap v0.8.2
2026-06-23T04:44:27.2400753Z    Compiling writeable v0.6.3
2026-06-23T04:44:27.2710822Z    Compiling ident_case v1.0.1
2026-06-23T04:44:27.2770703Z    Compiling dunce v1.0.5
2026-06-23T04:44:27.3680543Z    Compiling getrandom v0.4.2
2026-06-23T04:44:27.4037721Z    Compiling icu_properties_data v2.2.0
2026-06-23T04:44:27.4390767Z    Compiling utf8_iter v1.0.4
2026-06-23T04:44:27.4490473Z    Compiling fs_extra v1.3.0
2026-06-23T04:44:27.4700846Z    Compiling icu_normalizer_data v2.2.0
2026-06-23T04:44:27.6350976Z    Compiling autocfg v1.5.1
2026-06-23T04:44:27.6440770Z    Compiling percent-encoding v2.3.2
2026-06-23T04:44:27.7050624Z    Compiling http v1.4.1
2026-06-23T04:44:27.7361009Z    Compiling cpufeatures v0.3.0
2026-06-23T04:44:27.7398486Z    Compiling aws-lc-rs v1.17.0
2026-06-23T04:44:27.7520743Z    Compiling unicode-segmentation v1.13.3
2026-06-23T04:44:27.8060377Z    Compiling syn v2.0.117
2026-06-23T04:44:27.8768725Z    Compiling thiserror v2.0.18
2026-06-23T04:44:27.9030833Z    Compiling scopeguard v1.2.0
2026-06-23T04:44:27.9130757Z    Compiling form_urlencoded v1.2.2
2026-06-23T04:44:27.9250586Z    Compiling chacha20 v0.10.0
2026-06-23T04:44:27.9571228Z    Compiling indexmap v2.14.0
2026-06-23T04:44:27.9910772Z    Compiling lock_api v0.4.14
2026-06-23T04:44:28.0131353Z    Compiling untrusted v0.9.0
2026-06-23T04:44:28.0430837Z    Compiling rustls v0.23.40
2026-06-23T04:44:28.1114386Z    Compiling heck v0.5.0
2026-06-23T04:44:28.1201287Z    Compiling atomic-waker v1.1.2
2026-06-23T04:44:28.1240639Z    Compiling anyhow v1.0.102
2026-06-23T04:44:28.1373140Z    Compiling unicode-xid v0.2.6
2026-06-23T04:44:28.2180706Z    Compiling convert_case v0.10.0
2026-06-23T04:44:28.2250324Z    Compiling const-oid v0.10.2
2026-06-23T04:44:28.2371423Z    Compiling paste v1.0.15
2026-06-23T04:44:28.2700437Z    Compiling jobserver v0.1.34
2026-06-23T04:44:28.2853240Z    Compiling zerocopy v0.8.50
2026-06-23T04:44:28.3170358Z    Compiling httparse v1.10.1
2026-06-23T04:44:28.3250531Z    Compiling parking_lot_core v0.9.12
2026-06-23T04:44:28.3670468Z    Compiling num-traits v0.2.19
2026-06-23T04:44:28.4280886Z    Compiling hybrid-array v0.4.12
2026-06-23T04:44:28.5291038Z    Compiling cc v1.2.63
2026-06-23T04:44:28.5540795Z    Compiling curve25519-dalek v4.1.3
2026-06-23T04:44:28.5641222Z    Compiling ahash v0.8.12
2026-06-23T04:44:28.5820543Z    Compiling fastrand v2.4.1
2026-06-23T04:44:28.6020527Z    Compiling either v1.16.0
2026-06-23T04:44:28.7010850Z    Compiling crypto-common v0.1.7
2026-06-23T04:44:28.7092496Z    Compiling block-buffer v0.10.4
2026-06-23T04:44:28.7180454Z    Compiling base64ct v1.8.3
2026-06-23T04:44:28.7530466Z    Compiling powerfmt v0.2.0
2026-06-23T04:44:28.8200629Z    Compiling http-body v1.0.1
2026-06-23T04:44:28.8680652Z    Compiling digest v0.10.7
2026-06-23T04:44:28.9146832Z    Compiling deranged v0.5.8
2026-06-23T04:44:28.9534821Z    Compiling base64 v0.22.1
2026-06-23T04:44:28.9600568Z    Compiling tower-service v0.3.3
2026-06-23T04:44:29.0215317Z    Compiling pem-rfc7468 v1.0.0
2026-06-23T04:44:29.0294991Z    Compiling num-conv v0.2.2
2026-06-23T04:44:29.0370994Z    Compiling zmij v1.0.21
2026-06-23T04:44:29.1665219Z    Compiling mio v1.2.1
2026-06-23T04:44:29.1784088Z    Compiling socket2 v0.6.4
2026-06-23T04:44:29.1907581Z    Compiling getrandom v0.2.17
2026-06-23T04:44:29.2452745Z    Compiling tinyvec_macros v0.1.1
2026-06-23T04:44:29.2950807Z    Compiling time-core v0.1.8
2026-06-23T04:44:29.3050755Z    Compiling try-lock v0.2.5
2026-06-23T04:44:29.4000639Z    Compiling rand v0.10.1
2026-06-23T04:44:29.4230694Z    Compiling rand_core v0.6.4
2026-06-23T04:44:29.4460711Z    Compiling pkg-config v0.3.33
2026-06-23T04:44:29.4525875Z    Compiling data-encoding v2.11.0
2026-06-23T04:44:29.4670650Z    Compiling vcpkg v0.2.15
2026-06-23T04:44:29.4701204Z    Compiling want v0.3.1
2026-06-23T04:44:29.5070776Z    Compiling parking_lot v0.12.5
2026-06-23T04:44:29.5290459Z    Compiling tinyvec v1.11.0
2026-06-23T04:44:29.5930294Z    Compiling sha2 v0.10.9
2026-06-23T04:44:29.6169233Z    Compiling crypto-common v0.2.2
2026-06-23T04:44:29.6402508Z    Compiling block-buffer v0.12.0
2026-06-23T04:44:29.8732755Z    Compiling cmake v0.1.58
2026-06-23T04:44:30.0071022Z    Compiling inout v0.1.4
2026-06-23T04:44:30.0778399Z    Compiling vergen-lib v9.1.0
2026-06-23T04:44:30.1128770Z    Compiling n0-future v0.3.2
2026-06-23T04:44:30.1339801Z    Compiling spin v0.10.0
2026-06-23T04:44:30.1430688Z    Compiling httpdate v1.0.3
2026-06-23T04:44:30.1509575Z    Compiling crossbeam-utils v0.8.21
2026-06-23T04:44:30.2403616Z    Compiling winnow v1.0.3
2026-06-23T04:44:30.2690578Z    Compiling cordyceps v0.3.4
2026-06-23T04:44:30.2794155Z    Compiling diatomic-waker v0.2.3
2026-06-23T04:44:30.3596253Z    Compiling signature v2.2.0
2026-06-23T04:44:30.3670518Z    Compiling parking v2.2.1
2026-06-23T04:44:30.4188689Z    Compiling serde_json v1.0.150
2026-06-23T04:44:30.4773487Z    Compiling ed25519 v2.2.3
2026-06-23T04:44:30.4965782Z    Compiling futures-lite v2.6.1
2026-06-23T04:44:30.5073790Z    Compiling cipher v0.4.4
2026-06-23T04:44:30.5234601Z    Compiling netlink-packet-core v0.8.1
2026-06-23T04:44:30.5391748Z    Compiling universal-hash v0.5.1
2026-06-23T04:44:30.5680763Z    Compiling vergen v9.1.0
2026-06-23T04:44:30.6030899Z    Compiling futures-buffered v0.2.13
2026-06-23T04:44:30.6120579Z    Compiling aws-lc-sys v0.41.0
2026-06-23T04:44:30.6265668Z    Compiling ring v0.17.14
2026-06-23T04:44:30.6709838Z    Compiling libsqlite3-sys v0.30.1
2026-06-23T04:44:30.6775036Z    Compiling digest v0.11.3
2026-06-23T04:44:30.6900555Z    Compiling vergen-lib v0.1.6
2026-06-23T04:44:30.7570626Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-23T04:44:30.7810459Z    Compiling heapless v0.7.17
2026-06-23T04:44:30.8550651Z    Compiling noq-udp v0.10.0
2026-06-23T04:44:30.8830950Z    Compiling sync_wrapper v1.0.2
2026-06-23T04:44:30.9202564Z    Compiling opaque-debug v0.3.1
2026-06-23T04:44:30.9544896Z    Compiling byteorder v1.5.0
2026-06-23T04:44:30.9728726Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-23T04:44:30.9867324Z    Compiling allocator-api2 v0.2.21
2026-06-23T04:44:31.0060212Z    Compiling polyval v0.6.2
2026-06-23T04:44:31.1090526Z    Compiling spin v0.9.8
2026-06-23T04:44:31.1917638Z    Compiling hash32 v0.2.1
2026-06-23T04:44:31.2639517Z    Compiling vergen-gitcl v1.0.8
2026-06-23T04:44:31.2710597Z    Compiling signature v3.0.0
2026-06-23T04:44:31.2760101Z    Compiling ryu v1.0.23
2026-06-23T04:44:31.3300591Z    Compiling fallible-iterator v0.3.0
2026-06-23T04:44:31.4156949Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-23T04:44:31.4598157Z    Compiling tower-layer v0.3.3
2026-06-23T04:44:31.4760680Z    Compiling num_threads v0.1.7
2026-06-23T04:44:31.5039817Z    Compiling ghash v0.5.1
2026-06-23T04:44:31.5240697Z    Compiling sha2 v0.11.0-rc.5
2026-06-23T04:44:31.5437463Z    Compiling ctr v0.9.2
2026-06-23T04:44:31.6100339Z    Compiling time v0.3.47
2026-06-23T04:44:31.6417922Z    Compiling aes v0.8.4
2026-06-23T04:44:31.6962812Z    Compiling fs2 v0.4.3
2026-06-23T04:44:31.7075635Z    Compiling http-body-util v0.1.3
2026-06-23T04:44:31.7370593Z    Compiling aead v0.5.2
2026-06-23T04:44:31.7761352Z    Compiling openssl-probe v0.2.1
2026-06-23T04:44:31.7918409Z    Compiling crossbeam-epoch v0.9.18
2026-06-23T04:44:31.8590333Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-23T04:44:31.8753413Z    Compiling crossbeam-channel v0.5.15
2026-06-23T04:44:31.9454099Z    Compiling netlink-packet-route v0.29.0
2026-06-23T04:44:32.0255905Z    Compiling blake3 v1.8.5
2026-06-23T04:44:32.0430864Z    Compiling uuid v1.23.2
2026-06-23T04:44:32.2679664Z    Compiling aes-gcm v0.10.3
2026-06-23T04:44:32.2793641Z    Compiling memoffset v0.6.5
2026-06-23T04:44:32.3380825Z    Compiling acto v0.8.2
2026-06-23T04:44:32.4237241Z    Compiling netwatch v0.16.0
2026-06-23T04:44:32.4387482Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-23T04:44:32.4501057Z    Compiling noq v0.18.0
2026-06-23T04:44:32.5339864Z    Compiling mac-addr v0.3.0
2026-06-23T04:44:32.6100868Z    Compiling ref-cast v1.0.25
2026-06-23T04:44:32.6349120Z    Compiling thiserror v1.0.69
2026-06-23T04:44:32.6438253Z    Compiling lru-slab v0.1.2
2026-06-23T04:44:32.7090777Z    Compiling foldhash v0.2.0
2026-06-23T04:44:32.7215138Z    Compiling tagptr v0.2.0
2026-06-23T04:44:32.7360964Z    Compiling sorted-index-buffer v0.2.1
2026-06-23T04:44:32.7940672Z    Compiling synstructure v0.13.2
2026-06-23T04:44:32.8818561Z    Compiling darling_core v0.20.11
2026-06-23T04:44:32.8897290Z    Compiling identity-hash v0.1.0
2026-06-23T04:44:32.9001051Z    Compiling rustix v1.1.4
2026-06-23T04:44:32.9140795Z    Compiling rustc-hash v2.1.2
2026-06-23T04:44:32.9340763Z    Compiling xml-rs v0.8.28
2026-06-23T04:44:33.0098489Z    Compiling hashbrown v0.16.1
2026-06-23T04:44:33.0161436Z    Compiling serde_derive_internals v0.29.1
2026-06-23T04:44:33.3316807Z    Compiling proc-macro-crate v3.5.0
2026-06-23T04:44:33.3980780Z    Compiling netlink-packet-route v0.30.0
2026-06-23T04:44:33.8258190Z    Compiling xmltree v0.10.3
2026-06-23T04:44:33.8328116Z    Compiling errno v0.3.14
2026-06-23T04:44:33.8335560Z    Compiling termios v0.2.2
2026-06-23T04:44:33.8336790Z    Compiling ioctl-rs v0.1.6
2026-06-23T04:44:33.8912832Z    Compiling serial-core v0.4.0
2026-06-23T04:44:33.9429140Z    Compiling simple-dns v0.9.3
2026-06-23T04:44:33.9536195Z    Compiling aho-corasick v1.1.4
2026-06-23T04:44:33.9761011Z    Compiling arrayref v0.3.9
2026-06-23T04:44:33.9962253Z    Compiling smol_str v0.1.24
2026-06-23T04:44:34.0202135Z    Compiling resolv-conf v0.7.6
2026-06-23T04:44:34.0635352Z    Compiling signal-hook v0.3.18
2026-06-23T04:44:34.1031062Z    Compiling regex-syntax v0.8.10
2026-06-23T04:44:34.1610840Z    Compiling arrayvec v0.7.6
2026-06-23T04:44:34.2411240Z    Compiling sha1_smol v1.0.1
2026-06-23T04:44:34.2540708Z    Compiling simdutf8 v0.1.5
2026-06-23T04:44:34.2971204Z    Compiling constant_time_eq v0.4.2
2026-06-23T04:44:34.4070570Z    Compiling toml_write v0.1.2
2026-06-23T04:44:34.4770959Z    Compiling winnow v0.7.15
2026-06-23T04:44:34.5020748Z    Compiling linux-raw-sys v0.12.1
2026-06-23T04:44:34.5380580Z    Compiling serial-unix v0.4.0
2026-06-23T04:44:34.6127592Z    Compiling signal-hook-registry v1.4.8
2026-06-23T04:44:34.6231604Z    Compiling lru v0.16.4
2026-06-23T04:44:34.7850558Z    Compiling serde_derive v1.0.228
2026-06-23T04:44:34.7983318Z    Compiling zeroize_derive v1.4.3
2026-06-23T04:44:34.8200667Z    Compiling tokio-macros v2.7.0
2026-06-23T04:44:34.9630577Z    Compiling futures-macro v0.3.32
2026-06-23T04:44:35.0011000Z    Compiling zerofrom-derive v0.1.7
2026-06-23T04:44:35.2827506Z    Compiling yoke-derive v0.8.2
2026-06-23T04:44:35.4210650Z    Compiling zeroize v1.8.2
2026-06-23T04:44:35.5552683Z    Compiling tokio v1.52.3
2026-06-23T04:44:35.6061887Z    Compiling zerovec-derive v0.11.3
2026-06-23T04:44:35.8384575Z    Compiling futures-util v0.3.32
2026-06-23T04:44:35.8473014Z    Compiling displaydoc v0.2.6
2026-06-23T04:44:36.2860286Z    Compiling tracing-attributes v0.1.31
2026-06-23T04:44:36.5580978Z    Compiling zerofrom v0.1.8
2026-06-23T04:44:36.6611995Z    Compiling rustls-pki-types v1.14.1
2026-06-23T04:44:36.7082304Z    Compiling thiserror-impl v2.0.18
2026-06-23T04:44:36.9280656Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-23T04:44:36.9349624Z    Compiling yoke v0.8.3
2026-06-23T04:44:37.1308565Z    Compiling darling_macro v0.20.11
2026-06-23T04:44:37.1517663Z    Compiling zerovec v0.11.6
2026-06-23T04:44:37.3237492Z    Compiling zerotrie v0.2.4
2026-06-23T04:44:37.4711316Z    Compiling darling v0.20.11
2026-06-23T04:44:37.4864455Z    Compiling derive_more-impl v2.1.1
2026-06-23T04:44:37.5550950Z    Compiling derive_builder_core v0.20.2
2026-06-23T04:44:37.6482460Z    Compiling spez v0.1.2
2026-06-23T04:44:37.6939955Z    Compiling n0-error-macros v0.1.3
2026-06-23T04:44:37.9390906Z    Compiling tinystr v0.8.3
2026-06-23T04:44:37.9479564Z    Compiling potential_utf v0.1.5
2026-06-23T04:44:38.1080884Z    Compiling icu_locale_core v2.2.0
2026-06-23T04:44:38.1270776Z    Compiling icu_collections v2.2.0
2026-06-23T04:44:38.5890447Z    Compiling der v0.8.0-rc.10
2026-06-23T04:44:38.7500813Z    Compiling pin-project-internal v1.1.13
2026-06-23T04:44:38.8150529Z    Compiling n0-error v0.1.3
2026-06-23T04:44:38.8436260Z    Compiling cobs v0.3.0
2026-06-23T04:44:39.0010823Z    Compiling derive_builder_macro v0.20.2
2026-06-23T04:44:39.0710743Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-23T04:44:39.1948387Z    Compiling postcard-derive v0.2.2
2026-06-23T04:44:39.3270552Z    Compiling icu_provider v2.2.0
2026-06-23T04:44:39.5417328Z    Compiling derive_builder v0.20.2
2026-06-23T04:44:39.7310719Z    Compiling icu_normalizer v2.2.0
2026-06-23T04:44:39.7639540Z    Compiling icu_properties v2.2.0
2026-06-23T04:44:39.7963480Z    Compiling futures-executor v0.3.32
2026-06-23T04:44:39.9571916Z    Compiling ed25519-dalek v2.2.0
2026-06-23T04:44:39.9870606Z    Compiling futures v0.3.32
2026-06-23T04:44:40.1230893Z    Compiling ipnet v2.12.0
2026-06-23T04:44:40.1351301Z    Compiling spki v0.8.0-rc.4
2026-06-23T04:44:40.2310670Z    Compiling pin-project v1.1.13
2026-06-23T04:44:40.2976531Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-23T04:44:40.3411242Z    Compiling spt-proto v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-23T04:44:40.4692451Z    Compiling ed25519 v3.0.0-rc.4
2026-06-23T04:44:40.5380302Z    Compiling prefix-trie v0.8.4
2026-06-23T04:44:40.7300582Z    Compiling data-encoding-macro v0.1.20
2026-06-23T04:44:40.8090975Z    Compiling rustls-native-certs v0.8.4
2026-06-23T04:44:40.8784435Z    Compiling once_cell v1.21.4
2026-06-23T04:44:40.9100868Z    Compiling postcard v1.1.3
2026-06-23T04:44:40.9163317Z    Compiling enum-assoc v1.3.0
2026-06-23T04:44:40.9240410Z    Compiling iroh-metrics-derive v0.4.1
2026-06-23T04:44:41.1117563Z    Compiling tracing-core v0.1.36
2026-06-23T04:44:41.2703244Z    Compiling idna_adapter v1.2.2
2026-06-23T04:44:41.3609680Z    Compiling hashbrown v0.14.5
2026-06-23T04:44:41.3839603Z    Compiling async-trait v0.1.89
2026-06-23T04:44:41.3904524Z    Compiling idna v1.1.0
2026-06-23T04:44:41.4283429Z    Compiling tokio-util v0.7.18
2026-06-23T04:44:41.7410419Z    Compiling tracing v0.1.44
2026-06-23T04:44:41.7611399Z    Compiling netlink-sys v0.8.8
2026-06-23T04:44:41.8601049Z    Compiling url v2.5.8
2026-06-23T04:44:42.0499067Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-23T04:44:42.0690953Z    Compiling derive_more v2.1.1
2026-06-23T04:44:42.1081201Z    Compiling tower v0.5.3
2026-06-23T04:44:42.1211119Z    Compiling num_enum_derive v0.7.6
2026-06-23T04:44:42.1950614Z    Compiling hashlink v0.9.1
2026-06-23T04:44:42.2427334Z    Compiling strum_macros v0.28.0
2026-06-23T04:44:42.2888489Z    Compiling iroh-relay v0.98.0
2026-06-23T04:44:42.4149637Z    Compiling iroh-metrics v0.38.3
2026-06-23T04:44:42.4260647Z    Compiling netdev v0.42.0
2026-06-23T04:44:42.4420939Z    Compiling netlink-proto v0.12.0
2026-06-23T04:44:42.4571423Z    Compiling moka v0.12.15
2026-06-23T04:44:42.5781344Z    Compiling h2 v0.4.14
2026-06-23T04:44:42.5910623Z    Compiling rusqlite v0.32.1
2026-06-23T04:44:42.6101058Z    Compiling tokio-stream v0.1.18
2026-06-23T04:44:42.6879356Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-23T04:44:42.7500478Z    Compiling tower-http v0.6.11
2026-06-23T04:44:42.8041204Z    Compiling attohttpc v0.30.1
2026-06-23T04:44:43.2234188Z    Compiling iroh-base v0.98.0
2026-06-23T04:44:43.2550896Z    Compiling num_enum v0.7.6
2026-06-23T04:44:43.2910516Z    Compiling n0-watcher v0.6.1
2026-06-23T04:44:43.3300757Z    Compiling serde_spanned v0.6.9
2026-06-23T04:44:43.3530979Z    Compiling toml_datetime v0.6.11
2026-06-23T04:44:43.3790701Z    Compiling ref-cast-impl v1.0.25
2026-06-23T04:44:43.4930690Z    Compiling thiserror-impl v1.0.69
2026-06-23T04:44:43.5726483Z    Compiling toml_edit v0.22.27
2026-06-23T04:44:43.7091187Z    Compiling spt-store v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-23T04:44:43.9120590Z    Compiling webpki-roots v1.0.7
2026-06-23T04:44:44.0103507Z    Compiling regex-automata v0.4.14
2026-06-23T04:44:44.0840776Z    Compiling schemars_derive v1.2.1
2026-06-23T04:44:44.2630860Z    Compiling darling_core v0.23.0
2026-06-23T04:44:44.4562548Z    Compiling serde_bytes v0.11.19
2026-06-23T04:44:44.6119524Z    Compiling hmac v0.12.1
2026-06-23T04:44:44.7280914Z    Compiling seize v0.5.1
2026-06-23T04:44:44.7333592Z    Compiling iroh v0.98.2
2026-06-23T04:44:44.7346599Z    Compiling cmov v0.5.4
2026-06-23T04:44:45.0001025Z    Compiling dyn-clone v1.0.20
2026-06-23T04:44:45.0310597Z    Compiling pin-utils v0.1.0
2026-06-23T04:44:45.1068601Z    Compiling rustix v0.38.44
2026-06-23T04:44:45.1619992Z    Compiling utf8parse v0.2.2
2026-06-23T04:44:45.2550667Z    Compiling strum v0.28.0
2026-06-23T04:44:45.2615226Z    Compiling bitflags v1.3.2
2026-06-23T04:44:45.2793383Z    Compiling filedescriptor v0.8.3
2026-06-23T04:44:45.2873889Z    Compiling anstyle-parse v1.0.0
2026-06-23T04:44:45.3271404Z    Compiling nix v0.25.1
2026-06-23T04:44:45.3591119Z    Compiling iroh-dns v0.98.0
2026-06-23T04:44:45.4880458Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-23T04:44:45.5422791Z    Compiling papaya v0.2.4
2026-06-23T04:44:45.5680695Z    Compiling ctutils v0.4.2
2026-06-23T04:44:45.6032739Z    Compiling hkdf v0.12.4
2026-06-23T04:44:45.7540407Z    Compiling backon v1.6.0
2026-06-23T04:44:45.8750862Z    Compiling serial v0.4.0
2026-06-23T04:44:45.9680483Z    Compiling linux-raw-sys v0.4.15
2026-06-23T04:44:46.0349550Z    Compiling shell-words v1.1.1
2026-06-23T04:44:46.1150628Z    Compiling anstyle-query v1.1.5
2026-06-23T04:44:46.1929788Z    Compiling foldhash v0.1.5
2026-06-23T04:44:46.2122882Z    Compiling toml v0.8.23
2026-06-23T04:44:46.2990945Z    Compiling schemars v1.2.1
2026-06-23T04:44:46.3195832Z    Compiling instability v0.3.12
2026-06-23T04:44:46.3867351Z    Compiling anstyle v1.0.14
2026-06-23T04:44:46.4390392Z    Compiling is_terminal_polyfill v1.70.2
2026-06-23T04:44:46.5161062Z    Compiling downcast-rs v1.2.1
2026-06-23T04:44:46.5241266Z    Compiling spt-msg v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-23T04:44:46.6030390Z    Compiling colorchoice v1.0.5
2026-06-23T04:44:46.7386846Z    Compiling terminal_size v0.4.4
2026-06-23T04:44:46.8550414Z    Compiling regex v1.12.3
2026-06-23T04:44:47.3190828Z    Compiling anstream v1.0.0
2026-06-23T04:44:47.4250593Z    Compiling hashbrown v0.15.5
2026-06-23T04:44:47.4801052Z    Compiling spt-runtime v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-23T04:44:47.5279700Z    Compiling signal-hook-mio v0.2.5
2026-06-23T04:44:47.6415441Z    Compiling spake2 v0.4.0
2026-06-23T04:44:47.7660677Z    Compiling strum_macros v0.26.4
2026-06-23T04:44:47.7990898Z    Compiling sha1 v0.10.6
2026-06-23T04:44:47.9871764Z    Compiling itertools v0.13.0
2026-06-23T04:44:48.0360779Z    Compiling hyper v1.10.1
2026-06-23T04:44:48.0719442Z    Compiling darling_macro v0.23.0
2026-06-23T04:44:48.1925656Z    Compiling castaway v0.2.4
2026-06-23T04:44:48.2799271Z    Compiling doctest-file v1.1.1
2026-06-23T04:44:48.3430254Z    Compiling indoc v2.0.7
2026-06-23T04:44:48.4390437Z    Compiling darling v0.23.0
2026-06-23T04:44:48.5290712Z    Compiling clap_lex v1.1.0
2026-06-23T04:44:48.6533293Z    Compiling static_assertions v1.1.0
2026-06-23T04:44:48.7500357Z    Compiling unicode-width v0.1.14
2026-06-23T04:44:48.8101637Z    Compiling interprocess v2.4.2
2026-06-23T04:44:48.8482973Z    Compiling compact_str v0.8.2
2026-06-23T04:44:49.0900233Z    Compiling clap_builder v4.6.0
2026-06-23T04:44:49.1420431Z    Compiling lru v0.12.5
2026-06-23T04:44:49.2048320Z    Compiling crossterm v0.28.1
2026-06-23T04:44:49.3367631Z    Compiling clap_derive v4.6.1
2026-06-23T04:44:49.3744561Z    Compiling cassowary v0.3.0
2026-06-23T04:44:49.7346089Z    Compiling portable-pty v0.8.1
2026-06-23T04:44:49.7449627Z    Compiling iana-time-zone v0.1.65
2026-06-23T04:44:49.7820667Z    Compiling unicode-width v0.2.0
2026-06-23T04:44:50.0396884Z    Compiling hyper-util v0.1.20
2026-06-23T04:44:50.0548816Z    Compiling unicode-truncate v1.1.0
2026-06-23T04:44:50.0920678Z    Compiling chrono v0.4.45
2026-06-23T04:44:50.0960051Z    Compiling nucleo-matcher v0.3.1
2026-06-23T04:44:50.2311100Z    Compiling spt-term v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-23T04:44:50.2682690Z    Compiling qrcode v0.14.1
2026-06-23T04:44:50.3670599Z    Compiling strum v0.26.3
2026-06-23T04:44:50.4854620Z    Compiling ratatui v0.29.0
2026-06-23T04:44:50.8634343Z    Compiling spt-live v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-23T04:44:50.9570906Z    Compiling tempfile v3.27.0
2026-06-23T04:44:51.9673114Z    Compiling igd-next v0.17.1
2026-06-23T04:44:51.9950788Z    Compiling clap v4.6.1
2026-06-23T04:44:53.0693961Z    Compiling portmapper v0.16.0
2026-06-23T04:44:58.3102779Z    Compiling rustls-webpki v0.103.13
2026-06-23T04:45:00.6385418Z    Compiling tokio-rustls v0.26.4
2026-06-23T04:45:00.6385810Z    Compiling rustls-platform-verifier v0.7.0
2026-06-23T04:45:00.6386081Z    Compiling noq-proto v0.17.0
2026-06-23T04:45:00.7860274Z    Compiling hyper-rustls v0.27.9
2026-06-23T04:45:00.7861156Z    Compiling hickory-net v0.26.0-beta.4
2026-06-23T04:45:00.7861740Z    Compiling tokio-websockets v0.13.2
2026-06-23T04:45:00.9172112Z    Compiling reqwest v0.13.4
2026-06-23T04:45:01.7911880Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-23T04:45:15.4367645Z    Compiling spt-net v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-23T04:45:16.7679620Z    Compiling spt-daemon v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-23T04:45:23.8874944Z    Compiling spt v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-23T04:45:27.6263126Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-23T04:45:27.6484989Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-685fbd96d215b590)
2026-06-23T04:45:27.6498718Z 
2026-06-23T04:45:27.6498818Z running 1 test
2026-06-23T04:45:33.7348849Z test new_brain_serves_against_old_broker ... ok
2026-06-23T04:45:33.7349426Z 
2026-06-23T04:45:33.7349690Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.08s
2026-06-23T04:45:33.7350037Z 
